SftTree/OCX 7.0

SftTree.SplitColumn Property

Softel vdm, Inc.

Defines the number of columns displayed in the left pane of a split tree control.

Deprecated - Provided for compatibility with earlier versions only - Use Splitter.Column instead

Syntax       

Get

VB.NET

Count = object.SplitColumn  As Short

VB

Count = object.SplitColumn  As Integer

C#.NET

short Count = object.SplitColumn;

VC++

short Count = object->SplitColumn;
short Count = object->GetSplitColumn();

C

HRESULT object->get_SplitColumn(short* Count);

Delphi

Count := object.SplitColumn   : Smallint;

Put

VB.NET

object.SplitColumn = Count  As Short

VB

object.SplitColumn = Count  As Integer

C#.NET

short object.SplitColumn = Count;

VC++

short object->SplitColumn = Count;
void object->PutSplitColumn(short Count);

C

HRESULT object->put_SplitColumn(short Count);

Delphi

object.SplitColumn := Count   : Smallint;

object

A SftTree object.

Count

Defines the number of columns displayed in the left pane of a split tree control.  The number specified must be between 1 and the total number of columns-1.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use Splitter.Column instead

The SplitColumn property defines the number of columns displayed in the left pane of a split tree control.

The total number of columns is defined using the ColumnsObj.Count property.

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com